home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / console / svgatext.3 / svgatext / SVGATextMode-1.3 / XFREE / include / X11 / Xfuncproto.h next >
Encoding:
C/C++ Source or Header  |  1995-06-13  |  310 b   |  15 lines

  1. /*
  2.  * Mostly a dummy to get things compiling
  3.  * without having to have X11 around.
  4.  *
  5.  * courtesy of David Mosberger-Tang <davidm@cs.arizona.edu>
  6.  */
  7. #define _XFUNCPROTOBEGIN
  8. #define _XFUNCPROTOEND
  9.  
  10. #ifdef __STDC__
  11. # define NeedFunctionPrototypes        1
  12. #else
  13. # define NeedFunctionPrototypes        0
  14. #endif
  15.